-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated lodash 4.17.12 to 4.17.19 #791
Conversation
.circleci/config.yml
Outdated
@@ -71,7 +71,7 @@ jobs: | |||
sudo chmod +x /usr/local/bin/docker-compose | |||
- run: | |||
name: Clone test containers | |||
command: git clone --depth 1 https://github.com/StackStorm/st2-docker ~/st2-docker | |||
command: git clone -b "DEPRECATED/all-in-one" --depth 1 https://github.com/StackStorm/st2-docker ~/st2-docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This will also fix the existing builds in master branch due to st2-docker switching to new deployment model.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bgaeddert will you please copy @blag's approach from here? StackStorm/st2chatops#156
@punkrokk CicleCi shell does not seem to be respecting the null coalescing operator
|
yarn audit --no-color --groups dependencies
yarn audit v1.22.4
0 vulnerabilities found - Packages audited: 120
✨ Done in 1.78s.